{timelineName}_second_scalex_class

두 번째 X축의 아이템에 추가될 CSS 클래스 이름을 설정합니다.

dateDate포맷팅이 필요한 날짜

Available only in PRO Edition

Example

scheduler.templates.timeline_second_scalex_class = function(date){
    return "";
};

Applicable views:타임라인 뷰
Details

이 템플릿을 사용하려면 timeline 플러그인이 활성화되어 있어야 합니다.

See also
맨 위로